home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / dubltk16.zip / DUBLTAKE.HST < prev    next >
Text File  |  1991-05-15  |  20KB  |  394 lines

  1.                                  DoubleTake
  2.                              by John L. Dove III
  3.                                Version History
  4.  
  5. 1.6  5/15/91
  6.      New Features:
  7.        Added an EGA/VGA 43/50/25 configuration option in Config Mode
  8.           and configuration (CNF) file.
  9.        Added the owner's name to the ending screen.
  10.        Changed the Commercial for Reg users.  Must PRESS F1 to get
  11.          commercial - defaults to skip commercial.
  12.        Added an Install routine for Registered users.
  13.  
  14.      Fixes:
  15.        Fixed abnormal exit with unclear messages when too little memory.
  16.        Fixed Ignore feature to ignore IGNORE CHARS in ASCII
  17.        Enhanced and Fixed the FilePicker routine.
  18.        Fixed a problem with the Parallel Scrolling Mode (was losing a
  19.           line in File 1).  Thanks to Robert L. Maher of Alexandria, VA
  20.           for his comments/suggestions.
  21.        Fixed the Hex Byte counter for end of file errors when moving from
  22.           the next to last line to the last.  It was showing greater than
  23.           last byte.
  24.        Partially restored the Slow video write mode choice.  It is REALLY
  25.           SLOW, however.  It may be worth the snow for the faster screens.
  26.           Will completely include NOSNOW option in future version.  Does
  27.           anyone really use the SLOW (NOSNOW) mode?
  28.  
  29. 1.5  1/2/91
  30.      New Features:
  31.        Now Hex mode is fully scrollable in BOTH directions!  (ASCII is
  32.        coming, but not there yet.)
  33.        Added a confirm (Y/n) for the Left/Right Arrows in ASCII mode.
  34.          Pressing < or > pulls one or the other of the files up to
  35.          the same line number as the other file.  Sometimes annoying if
  36.          you've spent a long time matching files by hand!
  37.      Began releasing DT.EXE compressed with LZEXE.  Now takes less than
  38.        50K.
  39.  
  40.      Fixes:
  41.        Fixed the Find function in Hex so that it prints the correct
  42.          find string while finding.  It now correctly finds any char
  43.          even if it's an ignore char, but only if BlankIgnore is off
  44.        Fixed the routine which gets a filename at the beginning.
  45.          If you pressed return alone, the entry line would be weird.
  46.        Fixed the Pop-up Display ASCII align functions (they were backwards).
  47.        Fixed a bug in the scroll routines.
  48.  
  49.  
  50. 1.4    12/20/90
  51.       New features:
  52.         Added a pop-up window when / is pressed.
  53.         Added a commercial when DoubleTake starts and ends
  54.           (and every time Help ([F1] or [?] is pressed) for
  55.           unregistered copies.  Registered copies removes the
  56.           commercial and includes the user's name and serial
  57.           number in the [now optional] commercial screen.
  58.  
  59. 1.3     7/1/90
  60.       New features:
  61.         Added ability to load a new file 1 or 2 (or both) on the fly
  62.            without having to re-start DoubleTake.
  63.         Changed the command line arguments algorithm so that if only
  64.            one file is on the command line, it assumes OneFile mode (use
  65.            previous fix to add second file if this is in error).
  66.         Added routines to ensure that the colors and video mode are
  67.            restored when exiting.
  68.         Changed the Help and ASCII Chart procedures to load the entire
  69.            file with Help (or the ASCII Chart) is first called, rather
  70.            than reloading the file every time it's called.  (If you
  71.            call Help (Help is loaded), then ASCII Chart (ASCII Chart is
  72.            loaded) then Help (Help is loaded again), since the same buffer
  73.            is used for both.  This should rarely occur and it saves having
  74.            a double size buffer.
  75.         Added a page of help for the Add/Delete/Edit Ignore chars routine.
  76.       Fixes:
  77.         FINALLY fixed so that DoubleTake will load and read READ-ONLY
  78.            files.
  79.         Fixed some cases of errors when trying to load *.ext as file 2.
  80.         Fixed so that if you run Configuration from startup, it calls
  81.            the correct help slide.
  82.         Fixed some overspray on my direct video writes.
  83.         Fixed problem with file picker when changing to a drive with
  84.            no files.
  85.         Corrected a miss-spelled word (chara[c]ters) in the Configuration
  86.            Help screen.
  87.         Fixed so that all filenames are converted to Uppercase letters.
  88.         Fixed Find so that it ignores BlankIgnore characters when finding
  89.            a string.
  90.         Moved Find boxes to the bottom so that you can see the screen as
  91.            you are entering the string to find.
  92.         Fixed the command line parser so that it responds correctly to
  93.            DT FILENAME.TYP /X.  (Was treating /X as filename).
  94.         Fixed minor annoyances/problems.
  95.  
  96. 1.2     6/1/90
  97.  
  98.       New features:
  99.         Added more definitive messages for the results of FindNextMismatches
  100.           and Find Strings (will announce if files are identical).
  101.         Added the ability for DoubleTake to find its Config and Help files:
  102.           - at the spot from which DoubleTake was run or
  103.           - at the spot provided by a SET DT environmental variable (i.e.,
  104.                   use SET DT=Path to specify where DoubleTake files are.
  105.         Added the ability to Add/Delete or change the characters that
  106.           DoubleTake ignores when BlankIgnore is ON.
  107.         Added an ASCII chart when editing BlankIgnore characters for
  108.           easy lookup of values to ignore.
  109.         Changed the colors of the Line Numbers to the same as the
  110.           Help Screen.
  111.         Enhanced Hex Mode Cursor left/right move keys so that they scroll
  112.           down a line when right is pushed while on the rightmost character
  113.           and it scrolls up a line when left is pushed on the first char.
  114.           In effect, left/right moves continuously back/forward in a file.
  115.         Added [Shift-Ctrl-Left] and [Shift-Ctrl-Right] to scroll both Hex
  116.           files Left or Right respectively.  ([Shift-Ctrl-F9] and
  117.           [Shift-Ctrl-F10] are equivalents.)
  118.         Added a configure option callable when you start DoubleTake with
  119.           no filenames.
  120.         Changed EGA/VGA toggle to directly toggle to opposite mode
  121.           when [E] pressed (rather than having to choose 25 or 43/50)
  122.  
  123.       Fixes:
  124.         Fixed ASCII Find String function.
  125.         Fixed the Blinking Cursor so that it stays on the F1-Help prompt
  126.           at the bottom of the screen.
  127.         Fixed the Hilight routine to show blink characters which are
  128.           normally blanks.
  129.         Fixed Hex display to respond correctly to WordStar Mode.
  130.         Fixed Find Next MisMatch to ignore ALL Blanks in ASCII Mode (not
  131.           just those blanks/tabs in the indent)
  132.         Fixed the Hex Find Next Mismatch function to move to next byte
  133.           when it found a previous Mismatch.  If the first byte was
  134.           mismatched, DoubleTake would not move from the first byte.
  135.         Fixed Directory Picker so that if now loads more filenames,
  136.           and indicates "and more" if there's no more memory for files.
  137.           (greater than approximately 380 files)
  138.  
  139.  
  140. 1.1     5/15/90
  141.         Fixed the ASCII mode to display all characters to screen, even
  142.           for a binary file.
  143.         Added a wide binary Hex mode which shows whole file, 80 chars at
  144.           a time, with the value at the cursor shown at corner of window.
  145.           AltX toggles between Debug-like display and 80 char display
  146.           Also added as a configurable option.
  147.         Simplified/clarified Context Help file DUBLTAKE.HLP.
  148.         Added two Tutorial files to demonstate DoubleTake's features.
  149.         Added a DT-Read.Me file as an introduction.
  150.         Added three batch files to:
  151.            Read DUBLTAKE.DOC using DoubleTake,
  152.            Read DT-Read.Me using DoubleTake, and
  153.            Compare the two Tutorial Files in DoubleTake.
  154.  
  155. 1.0     5/1/90
  156.         DoubleTake Version 1.0 released, formerly GoodLook.
  157.  
  158.         Version 1.0 has all the previous functionality of
  159.             Version 4.3 of GoodLook (which was never released)
  160.         Also Added:
  161.  
  162.         Find feature to search either/both files for a string or hex cod